home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB5 Code / Class 6 / QuickExample7.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-28  |  1.5 KB  |  47 lines

  1. VERSION 5.00
  2. Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3375
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   5895
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3375
  11.    ScaleWidth      =   5895
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.Data Data1 
  14.       Caption         =   "Data1"
  15.       Connect         =   "Access"
  16.       DatabaseName    =   "C:\VBDB\Working\Biblio.mdb"
  17.       DefaultCursorType=   0  'DefaultCursor
  18.       DefaultType     =   2  'UseODBC
  19.       Exclusive       =   0   'False
  20.       Height          =   300
  21.       Left            =   1680
  22.       Options         =   0
  23.       ReadOnly        =   0   'False
  24.       RecordsetType   =   1  'Dynaset
  25.       RecordSource    =   "Titles"
  26.       Top             =   3000
  27.       Width           =   2700
  28.    End
  29.    Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
  30.       Bindings        =   "QuickExample7.frx":0000
  31.       Height          =   2895
  32.       Left            =   0
  33.       TabIndex        =   0
  34.       Top             =   0
  35.       Width           =   5895
  36.       _ExtentX        =   10398
  37.       _ExtentY        =   5106
  38.       _Version        =   393216
  39.       FixedCols       =   0
  40.       AllowUserResizing=   1
  41.    End
  42. Attribute VB_Name = "Form1"
  43. Attribute VB_GlobalNameSpace = False
  44. Attribute VB_Creatable = False
  45. Attribute VB_PredeclaredId = True
  46. Attribute VB_Exposed = False
  47.